google.golang.org/grpc/internal/transport.bufWriter.buf (field)
9 uses
google.golang.org/grpc/internal/transport (current package)
http_util.go#L303: buf []byte
http_util.go#L318: w.buf = make([]byte, batchSize)
http_util.go#L331: if w.buf == nil {
http_util.go#L333: w.buf = *b
http_util.go#L337: copied := copy(w.buf[w.offset:], b)
http_util.go#L354: if w.buf != nil && w.pool != nil {
http_util.go#L355: b := w.buf
http_util.go#L357: w.buf = nil
http_util.go#L369: _, w.err = w.conn.Write(w.buf[:w.offset])
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)